Skip to content

Conversation

@bstelljes
Copy link

Hello Hayden Bickerton,

i would love it, if you accept my pull request. This would just add the possibility to use bower as package manager besides npm. We already tested your plugin and really liked it. You have just to register your package in the bower repo with following command:

bower register vue-animate git://github.com/haydenbbickerton/vue-animate.git

and tag your future commits or use github web tool for tagging a release. I recommend to read following article regarding bower:

http://bob.yexley.net/creating-and-maintaining-your-own-bower-package/

Greetings from Germany,
Benjamin Stelljes


Tagging commits:

commit your changes

git commit -am "Made some awesome new changes, now its even awesomer"

tag the commit

git tag -a v0.0.2 -m "Release version 0.0.2"

push to GitHub

git push origin master --tags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant